Enum Constant and Description |
---|
AtomMap |
AtomStereo |
BondStereo |
Hydrogen |
Isotope |
Modifier and Type | Method and Description |
---|---|
static StripType |
swigToEnum(int swigValue) |
int |
swigValue() |
static StripType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StripType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StripType AtomStereo
public static final StripType BondStereo
public static final StripType Isotope
public static final StripType AtomMap
public static final StripType Hydrogen
public static StripType[] values()
for (StripType c : StripType.values()) System.out.println(c);
public static StripType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static StripType swigToEnum(int swigValue)